Doc updates for defvar, defconst, and defcustom.
authorChong Yidong <cyd@gnu.org>
Wed, 15 Feb 2012 04:00:34 +0000 (12:00 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 15 Feb 2012 04:00:34 +0000 (12:00 +0800)
commit5878cf4b499d0c07f5bf7e9b91574558aa5e066c
tree4fd9a1b04808f61e0f3a9e82ccc24ba9e32c6040
parentf07159d2169fd25222ff19bb93e37d31a94f3a90
Doc updates for defvar, defconst, and defcustom.

* lisp/custom.el (defcustom): Doc fix; note use of defvar.

* src/eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
marked as special.  Also, starting docstrings with * is obsolete.
lisp/ChangeLog
lisp/custom.el
src/ChangeLog
src/eval.c